travis

Andrew Cantino 12 years ago
parent
commit
e3ca63d6fb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -6,3 +6,5 @@ rvm:
6 6
   - rbx-18mode
7 7
   - rbx-19mode
8 8
   - 1.8.7
9
+before_script:
10
+  - mysql -e 'create database huginn_test;'